home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / savrm100.arc / SAVEROM.DOC < prev   
Encoding:
Text File  |  1987-02-01  |  4.3 KB  |  109 lines

  1.  
  2.                     SAVEROM : BIOS ROM Read and Save Program
  3.                            Version 1.00, 01-Feb-1987
  4.                                   SMG Software
  5.  
  6.                              (C) Copyright 1987 by
  7.                                Steven Georgiades
  8.                               All Rights Reserved
  9.  
  10.  
  11.  
  12.          This  program  will read a ROM located in your PC's address space, 
  13.     and  will  dump it to the standard output device in Intel  Hex  Format.  
  14.     This output may be redirected to a file,  which may then be printed  or 
  15.     stored in a safe place as an archival backup of your system ROMs (BIOS, 
  16.     Fixed Disk)  so that you may restore your system in the event that your 
  17.     ROMs are destroyed by electro-static discharge,  physical damage,  etc.  
  18.     If  the program is executed with no parameters,  a   usage  message  is 
  19.     displayed,   and your system's address space is searched for all  valid 
  20.     ROM signatures.  The segment address and length of all valid ROMs found 
  21.     are displayed.  Note that most system BIOS ROMs do NOT have a valid ROM 
  22.     signature,   and therefore will not be found by this search.   To  read 
  23.     your system BIOS ROMs,  specify a segment address of F000  and a length 
  24.     of 10000. 
  25.  
  26.  
  27.  
  28.     Command Format:
  29.  
  30.          SAVEROM [seg [len]]
  31.  
  32.            seg = Segment address of ROM to be Saved (in Hex)
  33.                    (Must be a multiple of 80)
  34.            len = Length of ROM to be Saved (in Hex)
  35.                    (Must be a multiple of 800)
  36.  
  37.  
  38.  
  39.     Examples:
  40.  
  41.          SAVEROM                    (Give usage message and list all ROMs 
  42.                                        with a valid ROM signature)
  43.  
  44.          SAVEROM C800 >FDBIOS.HEX   (Save Fixed Disk BIOS to a file named 
  45.                                        FDBIOS.HEX, using the length given 
  46.                                        in the ROM signature) 
  47.  
  48.          SAVEROM F000 10000         (List system BIOS ROM data to the 
  49.                                        standard output device)
  50.  
  51.  
  52.  
  53.     Revision History:
  54.  
  55.          Version 1.00        Initial Release
  56.  
  57.  
  58. SAVEROM, Version 1.00                                                    Page 2
  59.  
  60.  
  61.  
  62.          This software is distributed as ShareWare.  "ShareWare" means that 
  63.     you  are granted free license to use and copy this software as much  as 
  64.     you like, within the following restrictions: 
  65.  
  66.          1).  It  is  distributed  in  its  original,   unmodified  form, 
  67.               including program and documentation. 
  68.  
  69.          2).  No  fee is charged for use,  copying or distribution  (With 
  70.               the exception of nominal "per disk" copying charges, not to 
  71.               exceed $6.00 per disk).  
  72.  
  73.          3).  The  program  may  not  be included  with  other  goods  or 
  74.               services  supplied for a fee,  unless written permission to 
  75.               do so is obtained in advance from the author.  
  76.  
  77.     No  registration fees are required for this program,  but if you  would 
  78.     like to have the program customized in some minor way, a nominal fee of 
  79.     $10 is required.  The fee for major customization is negotiable, but in 
  80.     most cases will not exceed $25.  
  81.     
  82.     This program is provided AS  IS  without  any  warranty,  expressed  or 
  83.     implied,  including  but  not  limited  to  fitfulness for a particular 
  84.     purpose.  
  85.  
  86.          If  you have any questions or comments about this or any other SMG 
  87.     program, or if you would like to register any SMG Software, write to me 
  88.     at the following address: 
  89.  
  90.                 Steven M. Georgiades
  91.                 SMG Software
  92.                 701-H South Hayward Street
  93.                 Anaheim, CA  92804
  94.  
  95.     Or leave a message for me on the Circuit Board:
  96.  
  97.                 The Circuit Board RBBS
  98.                 SysOp: Dave Kleinschmidt
  99.                 (714) 778-0948
  100.                 300/1200/2400 Baud, No Fee
  101.  
  102.     All  SMG  Software  is  initially released to the  public  through  the 
  103.     Circuit  Board.   The latest version of any SMG Software can always  be 
  104.     found there.  
  105.  
  106.     A diskette containing all of the latest SMG Software can be obtained by 
  107.     sending  a check or money order for $6.00  to the above address.   Make 
  108.     all checks payable to Steven M. Georgiades.  Thank you.  
  109.